.watch-action {
	clear:both;
	text-align: center;
	margin:25px;
}

#container #sitePics .watch-action img {
	border:none !important;
	padding: 0px !important;
}

.watch-action .watch-position {
	width:auto;
	margin:0 auto;
}

.align-left {
}

.align-right {
}

.action-like, .action-unlike {
	width:auto;
}

.action-unlike {
	padding-left:7px;	
}


.jlk {
	cursor:pointer !important;	
}

.lc, .unlc {
	width: auto;
	padding:0 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}		

.lc {
	color: green;
}
.unlc {
	color: red;		
}

.status {
	color: gray;
	padding: 0 7px 0 7px;
	font-size: 18px;
	line-height: 18px;	
}
.status .status_msg {
	width: auto;
	margin: 0 3px 0 0;	
}
.loading-img {
	background:url(../images/loading.gif) no-repeat scroll 0 0 !important;
	padding:0px 5px;
}
.wti-clear {
	clear:both;
}

/*** START DEFAULT THUMB UP/DOWN STYLE ***/	
.lbg-, .unlbg-, .lbg-default, .unlbg-default {
	width: 16px;
	height: 18px;
}

.lbg- .lc, .lbg-default .lc {
	color: green;
}

.unlbg- .unlc, .unlbg-default.unlc {
	color: red;
}
/*** END DEFAULT THUMB UP/DOWN STYLE ***/

/*** START FIRST THUMB UP/DOWN STYLE ***/	
.lbg-style1 img,.unlbg-style1 img{
	display: none;
}

a.lbg-style1{
	display: block;
	width: 96px;
	height: 96px;
	margin:0 auto;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background: #FC99AD;
	margin-bottom: 0px;
	text-decoration: none;
	cursor:pointer;
}
a.lbg-style1:hover{
	background: #F98BA1;
}
    
.lbg-style1 .iconfont{
	font-size: 42px;
    color: #fff;
    margin-top: 25px;
    display: block;
}

.lbg-style1 .lc {
	display: block;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    text-decoration: none;
}

/*** END FIRST THUMB UP/DOWN STYLE ***/		